home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextAdmin / Installer.app / Spanish.lproj / Architectures.strings < prev    next >
Encoding:
Text File  |  1993-04-10  |  700 b   |  20 lines

  1. /* Map architectures to user friendly strings
  2.  * The key should either be an architecture name, such as "m68k",
  3.  * an architecture number, like "12", if the name isn't known, or
  4.  * the string "Unknown CPU" as a catch-all.  The "Unknown CPU" value
  5.  * should include a %s to be replaced with the actual architecture's
  6.  * name or number.  Here are some examples:
  7.  *
  8.  * "i386" = "Intel Processors";
  9.  * "12" = "ARM";
  10.  * "Unknown CPU" = "CPU #%s";
  11.  *
  12.  */
  13.  
  14. "-1" = "Todos los ordenadores";        /* To be removed when "any" goes into libc */
  15. "any" = "Todos los ordenadores";
  16. "m68k" = "Ordenadores NeXT";
  17. "i386" = "Ordenadores basados en Intel";
  18.  
  19. /* Description for old pre-3.1 packages */
  20. "old" = "(desconocido)";